services.rke2.autoDeployCharts.<name>.extraFieldDefinitions

Extra HelmChart field definitions that are merged with the rest of the HelmChart custom resource. This can be used to set advanced fields or to overwrite generated fields. See https://docs.rke2.io/helm#helmchart-field-definitions for possible fields.

Type
JSON value
Default
{ }
Example
{
  spec = {
    backOffLimit = 3;
    bootstrap = true;
    helmVersion = "v2";
    jobImage = "custom-helm-controller:v0.0.1";
  };
}
Declared
<nixpkgs/nixos/modules/services/cluster/rancher/default.nix>